Hi everybody,
we have customer needed to change scope of dynamic distribution groups to exclude shared mailbox from filter.
how can we do that ?
Technology Tips and News
Hi everybody,
we have customer needed to change scope of dynamic distribution groups to exclude shared mailbox from filter.
how can we do that ?
can't perform by GUI or ECP
it's performed by EMS to use filter :) by the below command
set-DynamicDistributionGroup -Name "Group Name" -RecipientFilter {((RecipientType -eq 'UserMailbox') -and -not (RecipientTypeDetailsValue -eq 'SharedMailbox'))}
thanks